elpa-use-package software package provides use-package declaration for simplifying your .emacs, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install elpa-use-package
elpa-use-package is installed in your system.
Make ensure the elpa-use-package package were installed using the commands given below,
$ sudo dpkg-query -l | grep elpa-use-package *
You will get with elpa-use-package package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Lisp |
| Package | elpa-use-package |
| Version | 2.3+repack-1 |
| Description | use-package declaration for simplifying your .emacs |
| Sub Section | Lisp |